Skip to main content

FlowOr Constructors

An object defining constructors for the FlowOr class.

FlowOr(name, workflowData, workflowCodeInstance)

Constructor for the FlowOr class. Initializes a new instance of the FlowOr class.

Parameters:

name (required): string
The name of the flow object.

workflowData (required): IRuntimeWorkflowData
The workflow data associated with the flow object.

workflowCodeInstance (optional): IWorkflowCode
The optional workflow code instance.


FlowOr(name, workflowData, workflowCodeInstance)

Initializes a new instance of the FlowOr class.

Parameters:

name (required): string
The name of the FlowOr step.

workflowData (required): IRuntimeWorkflowData
The runtime workflow data required for the step.

workflowCodeInstance (optional): IWorkflowCode
Optional workflow code instance for workflow operations.